Welcome![Sign In][Sign Up]
Location:
Search - k means source code

Search list

[Special Effects将维对分和K均值算法分割图像

Description: 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two parts, the two values can be used as the source, K-means algorithm can be divided into images of arbitrary multi-part. Procedures used directly in R, G, B color as the characteristic parameters for the cluster center random value, of course, can also be used for other parameters, procedures EXE compiler to speed document acceptable, but there is still room for improvement, but the master of the time change, then please give me also made in the code.
Platform: | Size: 50271 | Author: pbt | Hits:

[GDI-BitmapK-Means聚类

Description: k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
Platform: | Size: 1659 | Author: 熊健 | Hits:

[Windows DevelopNLPprocessing

Description: NLP中停用词处理,向量空间模型的实现,以及K-means源码-NLP disabled in word processing, vector space model realization, as well as K-means source code
Platform: | Size: 8192 | Author: wony | Hits:

[Software EngineeringK-means

Description: the whole source code for this example using the k=3 and the initial means are (2, 10) (5 ,8) and (1, 2) and the the following are the points. piont A1 (2, 10) A2 (2, 5) A3 (8, 4) A4 (5, 8) A5 (7, 5) A6 (6, 4) A7 (1, 2) A8 (4, 9) -the whole source code for this example using the k=3 and the initial means are (2, 10) (5 ,8) and (1, 2) and the the following are the points. piont A1 (2, 10) A2 (2, 5) A3 (8, 4) A4 (5, 8) A5 (7, 5) A6 (6, 4) A7 (1, 2) A8 (4, 9)
Platform: | Size: 1024 | Author: hammam | Hits:

[AI-NN-PRSeven-RBF_NN--code

Description: 七个RBF神经网络的源代码:基于梯度法、OLS 、聚类、k均值聚类、函数逼近的RBF 网设计算法,及预测模型 -Seven RBF neural network source code: gradient-based method, OLS, clustering, k-means clustering, function approximation of the RBF network design algorithms, and predictive models
Platform: | Size: 8192 | Author: xuliangliang | Hits:

[Special EffectsK-Means

Description: 这个目录包含了K - means算法的代码实现。源代码可以发现在KMEANS.CPP。样本数据isfound在KM2.DAT。 KMEANS程序接受输入向量的组成和计算使用K - means算法的集群中心。输出被定向到屏幕上。 -This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
Platform: | Size: 29696 | Author: 秋西西 | Hits:

[AlgorithmK-means-algorithm-source-code

Description: K-means算法源码,一个牛人给的,挺经典的,值得学习。-K-means algorithm source code, a person to cattle, and very classic, it is worth learning.
Platform: | Size: 3072 | Author: Huang Shanshan | Hits:

[AI-NN-PRK-means

Description: K-means聚类算法源码,C代码实现。个人已经试验过,没有问题 可以放心使用-K-means clustering algorithm source code, C code. Individuals have been tested, and no problem can be rest assured that the use of
Platform: | Size: 2048 | Author: 李丽 | Hits:

[Data structsk-means.zip

Description: K值聚类算法的c语言源程序,很容易理解,有待进一步改进,The K value clustering algorithm c language source code, it is easy to understand, needs to be further improved
Platform: | Size: 706560 | Author: 时丹 | Hits:

[Otherk-means

Description: k-均值聚类算法C语言源码,k-均值聚类算法C语言源码-k-means clustering algorithm C language source code
Platform: | Size: 10240 | Author: 林凯 | Hits:

[Windows DevelopK-Means

Description: 基于vc程序的实现K-Means动态聚类算法源程序-K-Means clustering algorithm based on vc program source code implementation of K-Means clustering algorithm based on vc program source code to achieve
Platform: | Size: 108544 | Author: yangjingyu | Hits:

[matlabMATLAB-fuzzy-K-means

Description: matlab模糊k-means聚类算法源码,很实用,略微改造即可使用-matlab fuzzy k-means clustering algorithm source code, very practical, you can use a little renovation
Platform: | Size: 1024 | Author: lujun | Hits:

[Other DatabasesK-means

Description: This source code is k-means Algorithm.
Platform: | Size: 425984 | Author: jaydensehee | Hits:

[matlabk-means-for-iris

Description: 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果-The use of K-means clustering method to classify iris sample matlab program, the program includes source code, sample data, the classification results
Platform: | Size: 28672 | Author: liming | Hits:

[AI-NN-PRGA-k-means

Description: 遗传算法用在聚类方式时,其中的一个重要应用就是k-means算法,本文给出了源代码。-When the genetic algorithm used in the clustering mode, which is an important application of k-means algorithm, this paper presents the source code.
Platform: | Size: 1485824 | Author: Gary Bu | Hits:

[Special Effectsk-means-algorithm

Description: 基于k-means算法的遥感图像分类 源代码 算法测试-Remote sensing image classification based on k-means algorithm Source code Algorithm testing
Platform: | Size: 610304 | Author: QingYue | Hits:

[JSP/JavaK-Means

Description: 本人上传的源代码用于实现数据挖掘领域中中的分内算法,K-means算法,算法的分割结果比较准确,是你的绝佳选择-I upload source code for implementing data mining in the field since the beginning of the algorithm, the segmentation result K-means algorithm, the algorithm is more accurate, you are a great choice
Platform: | Size: 15360 | Author: 张熙繁 | Hits:

[JSP/JavaKmeans

Description: 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity of the two documents, and achieve the text clustering with the standard k-means algorithm. Source code for Java implementation)
Platform: | Size: 15360 | Author: startrek | Hits:

[matlabproject

Description: k means clustering source code matlab
Platform: | Size: 2048 | Author: fddd345 | Hits:

[DataMiningk-means-for-iris

Description: 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)
Platform: | Size: 28672 | Author: 麻衣蚂蚁 | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net